home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / hostname.conf < prev    next >
Text File  |  2009-09-10  |  312b  |  13 lines

  1. # hostname - set system hostname
  2. #
  3. # This task is run on startup to set the system hostname from /etc/hostname,
  4. # falling back to "localhost" if that file is not readable or is empty and
  5. # no hostname has yet been set.
  6.  
  7. description    "set system hostname"
  8.  
  9. start on startup
  10.  
  11. task
  12. exec hostname -b -F /etc/hostname
  13.